home *** CD-ROM | disk | FTP | other *** search
- Path: news.jhu.edu!news
- From: yuehong@psi.ece.jhu.edu (yuehong)
- Newsgroups: comp.unix.sco.misc,gnu.gcc.help,comp.lang.c,comp.lang.c++,comp.unix.question
- Subject: Help:can not compile gcc2.7.0 using rcc or cc
- Date: 20 Mar 1996 23:39:28 GMT
- Organization: The Johns Hopkins University
- Message-ID: <4iq4vg$hes@news.jhu.edu>
- NNTP-Posting-Host: 128.220.62.133
- X-Newsreader: WinVN 0.92.6+
-
- I try to install gcc2.7.0 on sco unix 3.2v4.2 develepment system.
- I tried to use both compilers: rcc and cc.
-
- When I used rcc, comiling is ok. However,I got a fatal link error:
- "undefined symbol __flsbuf,first referenced in file enquire.o,
- ld fatal:symble referencing error. No output written to enquire.
- **error code 1."
-
- When I used cc, I got a compiler internal error.
-
- The command I issued are :
-
- ./configure --build=i386-unknown-sco --prefix=/u1/local
- --local-prefix=/u1/local ( I try to put everything in /u1/local/lib)
-
- make LANGUAGES=c
-
-